Welcome![Sign In][Sign Up]
Location:
Search - rs232 51

Search list

[Other resource51单片机example_ellcerent

Description: 51单片机众多优秀的开发源程序:ZLG7290例程*ZLG7290汇编例程*蜂鸣器音乐例程*蜂鸣器响例程*读EEPROM并显示例程*16×2LCD模块例程*128×64点阵LCD模块例程*直连KEY和LED例程*直连LED例程*lin模块的原码及例程。LIN总线例程 RS232例程(包括PC端和书上了串口例程) USB1.1例程(包括PC端) RS485例程 USB2.0例程(有3个,包括PC端) 基于ETHERNET的TCPIP例程 时钟显示例程 CAN自发自收例程 外中断1 CAN例程 USB2.0PC例程-51 MCU development of many excellent source : Wire routines * * Wire compilation routines buzzer music routines * * buzzer sound routines EEPROM read and display routines * 16 gen module routines * 128 x 64 dot-matrix LCD module routines * Direct Connect KEY routines and LED * Direct Connect lin * LED module routines of the original code and routines. LIN bus RS232 routines routines (including PC - and a book on the serial routines) USB1.1 routines (including the PC side) RS485 routines USB2.0 routines (there are three, including the PC side) BASED ETHERNET TCPIP routines clock display routines CAN spontaneous collected an external interrupt routines CAN routines USB2.0PC routines
Platform: | Size: 4394044 | Author: 符凝思 | Hits:

[Other resourcers232-ttl

Description: RS232和TTL电平之间的转换,对于51单片机和计算机之间直接通讯的好电路,简单省钱-RS232 and TTL level between the conversion, MCU 51 for the computer and direct communication between a good circuit, a simple save money Haha
Platform: | Size: 6392 | Author: 李亚军 | Hits:

[USB develop51+PDIUSBDI2-Udisk

Description: 这是一个用89S52加PDIUSBD12模拟的一个U盘,里面涉及到USB接口,USB大容量存储设备,FAT16文件系统等内容。插入电脑后,可显示移动磁盘盘符及一个文本文件。 需要说明一下的是,这个包中的原理图,IDE接口部分、74HC573、以及RS232串口等部分,是作为这个实验板的一部分。在这个模拟U盘的程序中,是没有用到的。在下一个“移动硬盘”的例子中,就用到了IDE接口跟74HC573了。至于RS232,那时笔者在调试程序时用的。如果您不需要通过串口调试程序,RS232部分可以不管它。-This an increase PDIUSBD12 89S52 use of a simulation-U, they relate to the USB interface, USB mass storage devices, the FAT16 file system information. Insert a computer and can show that the mobile disk drive and a text file. The need to explain is that the package of schematics, IDE interface, 74HC573. RS232 serial port and other part of the experiment as part of the plate. In the U-simulation process is not to use the. Next a "mobile hard disk" examples, it uses an IDE interface with the 74HC573. For RS232, then the author debugging procedures used. If you do not need serial debugging procedures, RS232 can be part of it regardless.
Platform: | Size: 263909 | Author: Computer00 | Hits:

[Other resourceRS232-hongwaidianlu

Description: 红外-RS232协议转换器电路图适合51系列单片机-infrared-RS232 protocol converter circuit for 51 Series MCU
Platform: | Size: 6314 | Author: 张会 | Hits:

[Com Portpc-rs232-51

Description: 串口程序使用COM1(程序中可修改为其他串口)实现通过RS-232口发送数据至单片机及通过RS-232口接收单片机数据至电脑,配套使用下位机单片机程序。-use COM1 serial port procedures (procedures can be changed to other serial port) to achieve through the RS-232 Send SCM data to and through the RS-232 receiver SCM data to a computer, supporting the use of under-machine SCM procedures.
Platform: | Size: 8498 | Author: bookzhe | Hits:

[Other resource51-asm-RS232

Description: 单片机rs232串口汇编程序,经简单改编即可用于其它程序中。-SCM rs232 serial compilation procedures can be adapted by simple for other procedures.
Platform: | Size: 12719 | Author: bookzhe | Hits:

[SCMsend

Description: AT89C51的RS232收发程序-AT89C51 procedures of the RS232 transceiver
Platform: | Size: 12288 | Author: 夏月 | Hits:

[SCM51RS232

Description: proteus 仿真51单片机串口通讯,适合proteus+51初学者,也适合工程设计中调试串口通讯用-Proteus 51 SCM Serial communication simulation for proteus+ 51 for beginners, but also suitable for engineering design debug serial communication with
Platform: | Size: 30720 | Author: walky | Hits:

[Com PortRS232

Description: 基于51的串口通信程序!!希望大家有用!-51 Based on the serial communication program! ! I hope everyone useful!
Platform: | Size: 28672 | Author: | Hits:

[SCMRS232

Description: RS232串口C语言应用程序 基于51单片机-RS232 serial port C language based on 51 single-chip applications
Platform: | Size: 41984 | Author: hypig | Hits:

[SCM51

Description: 设计一电子钟,采用CPU为51系列单片机,用C51或ASM51编写软件,给出SCH原理图和软件清单(要求有功能注释),系统要求如下: 1. 4个按键,分别为设置、+、-、->可以循环时间设置。 2. 采用I2C 8583时钟芯片(可以查相关资料)。 3. 8个8段LED显示。显示内容:时-分-秒。 4. 8个按键分别可以模拟外部8个故障点。 5. EEPROM保存最近100个外部故障数据。 6. RS232上位机接口。 该系统软件完成以下功能: 1. 上电时电子种方式显示当前时间。 2. 设置按键进入设置状态,可以重新设置新时间值,结果写入8583。设置完成后电子种方式显示当前时间。 3. 实时监测外部8个故障点,一旦故障记录其发生时间和恢复时间。 4. 上位机传来命令字0xaa向上位机发送实时检测结果。(自定义通讯协议)。 -err
Platform: | Size: 58368 | Author: 徐诚 | Hits:

[Com Port51MCU-RS232

Description: 这是一个单片机C51串口接收(中断)和发送例程,可以用来测试51单片机的中断接收 和查询发送-This is a C51 single-chip serial reception (disruptions) and send routine can be used to test the suspension of 51 single-chip receiver and query sent
Platform: | Size: 1024 | Author: 李建峰 | Hits:

[SCMrs232

Description: RS232串口通信的程序,基于51单片机开发,包括该程序按键程序+显示程序+RS232通讯 -RS232 serial communication procedure, based on the development of 51 single-chip, including the procedures for key procedures++ RS232 communications display program
Platform: | Size: 16384 | Author: peng djing | Hits:

[SCMRS232

Description: 包括232通讯电路/蓝牙模块/51单片机之间的串行通讯电路图 ppt讲解 可靠的C语言实现代码-Including 232 communications circuits/Bluetooth Module/51 single-chip serial communication between the ppt on the C language to achieve a reliable source
Platform: | Size: 295936 | Author: Liyao | Hits:

[SCMrs232

Description: PC机与RS232串口实验,实现51单片机通过串口进行数据的收发.-PC, and RS232 serial experiments, to achieve 51 microcontroller through the serial port to send and receive data.
Platform: | Size: 34816 | Author: 王稼祥 | Hits:

[Windows Develop51RS232

Description: 51单片机和PC进行通讯的下位机程序,结合本人上传的上位机部分,为完整的串口通讯实例!-51 microcontroller and PC communication program for the next-bit machines, combined with the host computer, I uploaded part of a complete example of serial communications!
Platform: | Size: 36864 | Author: hungkun | Hits:

[Other Embeded programat89c2051-io-RS232

Description: 用51单片机的IO实现RS232通信协议-51-IO-RS232
Platform: | Size: 1024 | Author: hujiansheng | Hits:

[SCMRS232

Description: 51单片机实现与PC串口通讯C程序!采用芯片MAX232!-51 Microcontroller with PC Serial Communication C program!
Platform: | Size: 10240 | Author: 谢红强 | Hits:

[SCM51TCPIP

Description: 用51单片机开发的以太网转RS232的电路板资料,包含电路板光绘文件和51单片机的原程序。-Developed with 51 single-chip Ethernet switch board RS232 data, including the circuit board Gerber files and the original program 51 microcontroller.
Platform: | Size: 82944 | Author: 崔立玉 | Hits:

[SCMMCU-51-RS232-example

Description: 51单片机的rs232串口通信程序,包括发送、接收,文件里还有原理图,芯片资料。-51 SCM rs232 serial communication program, including sending, receiving, there is the schematic file, the chip data.
Platform: | Size: 759808 | Author: leo | Hits:
« 1 23 4 5 6 7 8 9 10 »

CodeBus www.codebus.net